var crypto/tls.tlsrsakex

6 uses

	crypto/tls (current package)
		defaults.go#L46: var tlsrsakex = godebug.New("tlsrsakex")
		defaults.go#L53: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		handshake_client.go#L643: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_client.go#L644: 		tlsrsakex.IncNonDefault()
		handshake_server.go#L400: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_server.go#L401: 		tlsrsakex.IncNonDefault()